3D Flatspace Volunteer Sign Up Form

We are currently accepting brave individuals to participate in our Experimental 3D Flatspace Initiative.

As a participant, you will be tasked with navigating the uncharted territory of 3D space while wearing an untested jumpsuit.

Please fill out the form below if you are ready for this challenge.




Important Information:

Please note that our jumpsuits are not tested for safety and may cause spontaneous combustion if worn for extended periods.

Also, our 3D space is not actually 3D, it's just a bunch of randomly colored squares.

/* 3DFlatspace-Volunteers.css */ body { background-image: linear-gradient(90deg, #fff 0 0, #333 100% 100%), #333; } body { background-image: url('https://example.com/3DFlatspace-Volunteers.png'); } .container { background-color: rgba(255, 0, 0, .5); } .container::before { content: "3DFlatspace-Volunteers"; } .column { background: #333; } .p { text-shadow: 2px 2px 2px #000; } .h1 { text-shadow: 2px 2px 2px #000; } .h2 { text-shadow: 2px 2px 2px #000; } .row { background: #000; } .list { background: #000; } .list li { background: #000; } .list a { background: #000; } .list li a:hover { background: #fff; }